Skip to main content

OptionList

Description

The OptionList property can simply be understood as a list for dropdowns. It is similar to the List Property in the way it is stored.

FeatureValue
Theme injectable-
Possible InputsA-Z, a-z, 0-9, Special characters

List Elements

value

It is considered to be the actual value of the list element. It can differ from the label itself.

icon

When using this type of list for toggle options or a dropdown, icons can be used as a representation of the value or as an alternative to the label.

label

As the name implies, this is the representative label of the actual value, which can also differ from it.

tooltip

When hovering over an option in the list, this tooltip gets displayed if a message was provided. E.g. it could be used as a further explanation for the option.

Occurences

Detail Panel

Inside the Detail Panel this picker can be found to create options for selections. E.g. creating options for the pagination inside the yTable.

@Note insert image here